[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FWriteLn


Purpose   Writes text at current cursor location and moves cursor to
          beginning of next line.

Decln.    FWriteLn(Str:strScreen);

Remarks   Str is the text to be displayed.

          The text is displayed in the FCol and Bcol colors, the same as
          ColWrite.

Example

BEGIN
    CLRSCR;
    FCOL := YELLOW;
    BCOL := BLACK;
    FWRITELN('REMEMBER TO TYPE EXIT TO RETURN');
    FWRITELN('TO THE SPREADSHEET.');
END;

See Also: ColWrite FWrite
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson